Fix windmove-find-other-window broken after pixelwise resizing (Bug#16017).
authormartin rudalics <rudalics@gmx.at>
Fri, 13 Dec 2013 17:06:30 +0000 (18:06 +0100)
committermartin rudalics <rudalics@gmx.at>
Fri, 13 Dec 2013 17:06:30 +0000 (18:06 +0100)
commitb77ef0312a785655f400eb1a991f4753523aff71
treea6a1c2cf32e5520c2deb0f789b932164d8725f12
parent3e096c2c4cb131a26809d9e01c99a7212d7970ed
Fix windmove-find-other-window broken after pixelwise resizing (Bug#16017).

* windmove.el (windmove-other-window-loc): Revert change from
2013-12-04.
(windmove-find-other-window): Call window-in-direction.
* window.el (window-in-direction): New arguments SIGN, WRAP and
MINI to emulate original windmove-find-other-window behavior.
lisp/ChangeLog
lisp/windmove.el
lisp/window.el